home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
c
/
FreeDice
/
Init_Dice2
< prev
next >
Wrap
Text File
|
1996-10-04
|
204b
|
9 lines
cd DICE:
echo "Setting up DINCLUDE: and DLIB: assigns."
Assign DINCLUDE: include
Assign DLIB: dlib
echo "Adding path bin."
Path bin
echo ""
echo "Now use something like 'dcc hello.c -o hello' to compile"